home *** CD-ROM | disk | FTP | other *** search
/ Mac100% 1999 April / MAC100-1999-04.ISO.7z / MAC100-1999-04.ISO / REALbasicゼミナール / REALbasic 1.1 / REALbasic / REALbasic.rsrc / STR#_201.txt < prev    next >
Text File  |  1999-01-02  |  2KB  |  113 lines

  1. Java implementation doesn't support implicit windows
  2.  
  3. Only integer and string parameters are supported for scripts
  4.  
  5. AppleScript functions only supported for Mac targets
  6.  
  7. Only integer, string and floating point parameters are supported for XFCNs
  8.  
  9. The instance variable is read-only
  10.  
  11. The instance variable can't be modified at runtime
  12.  
  13. The instance variable can't be read at runtime
  14.  
  15. Array assignment not supported
  16.  
  17. Line too complex
  18.  
  19. Only integer and string parameters are supported for scripts
  20.  
  21. AppleScript methods only supported for Mac targets
  22.  
  23. Only integer, string and floating point parameters are supported for XCMDs
  24.  
  25. XCMD methods only supported for Mac targets
  26.  
  27. ',' expected
  28.  
  29. Can't access private property
  30.  
  31. Property can't be accessed at runtime
  32.  
  33. Expecting string or integer expression
  34.  
  35. Expecting 'Case'
  36.  
  37. Mismatched 'Next'
  38.  
  39. Expecting 'To' or 'DownTo'
  40.  
  41. Expecting an integer loop index
  42.  
  43. For loop indexes must be local variables
  44.  
  45. Expecting a type name
  46.  
  47. Can only raise objects derived from RuntimeException
  48.  
  49. Expecting boolean operand
  50.  
  51. No enclosing While, Do or For Loop
  52.  
  53. Missing Do
  54.  
  55. Missing While
  56.  
  57. Incorect number of dimensions to ReDim array
  58.  
  59. Internal compiler error
  60.  
  61. Expecting array
  62.  
  63. Expecting Then
  64.  
  65. Expecting '='
  66.  
  67. Function results can't be ignored
  68.  
  69. Expecting an lvalue
  70.  
  71. Expected 'Sub', not 'Function'
  72.  
  73. Expected 'Function', not 'Sub'
  74.  
  75. Expected 'as'
  76.  
  77. ')' expected
  78.  
  79. Number expected
  80.  
  81. Array bound can't be negative
  82.  
  83. Dim statement must come before code
  84.  
  85. Unexpected text after End Sub
  86.  
  87. Unexpected text after End Function
  88.  
  89. Invalid type
  90.  
  91. Missing type
  92.  
  93. , or ) expected
  94.  
  95. Type expected
  96.  
  97. Unknown label
  98.  
  99. Unknown type
  100.  
  101. Identifier expected
  102.  
  103. SUB or FUNCTION expected
  104.  
  105. Duplicate label
  106.  
  107. Type mismatch
  108.  
  109. Unexpected token
  110.  
  111. Statement expected
  112.  
  113.